﻿2026-07-27T09:20:45.2243204Z ##[group]Run actions/checkout@v5
2026-07-27T09:20:45.2244011Z with:
2026-07-27T09:20:45.2244521Z   fetch-depth: 0
2026-07-27T09:20:45.2245203Z   repository: BigscreenVR/spt-bs-core
2026-07-27T09:20:45.2250416Z   token: ***
2026-07-27T09:20:45.2250999Z   ssh-strict: true
2026-07-27T09:20:45.2251568Z   ssh-user: git
2026-07-27T09:20:45.2252169Z   persist-credentials: true
2026-07-27T09:20:45.2252829Z   clean: true
2026-07-27T09:20:45.2253391Z   sparse-checkout-cone-mode: true
2026-07-27T09:20:45.2254109Z   fetch-tags: false
2026-07-27T09:20:45.2254719Z   show-progress: true
2026-07-27T09:20:45.2255356Z   lfs: false
2026-07-27T09:20:45.2255966Z   submodules: false
2026-07-27T09:20:45.2256540Z   set-safe-directory: true
2026-07-27T09:20:45.2257194Z   allow-unsafe-pr-checkout: false
2026-07-27T09:20:45.2257885Z ##[endgroup]
2026-07-27T09:20:45.4036831Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-27T09:20:45.4038788Z ##[group]Getting Git version info
2026-07-27T09:20:45.4040107Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-27T09:20:45.4328417Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-27T09:20:45.4531876Z git version 2.43.0.windows.1
2026-07-27T09:20:45.4555227Z ##[endgroup]
2026-07-27T09:20:45.4565813Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\4bba3377-cee5-4986-8f2c-003c94a6b7cb\.gitconfig'
2026-07-27T09:20:45.4580034Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\4bba3377-cee5-4986-8f2c-003c94a6b7cb' before making global git config changes
2026-07-27T09:20:45.4581672Z Adding repository directory to the temporary git global config as a safe directory
2026-07-27T09:20:45.4585120Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-27T09:20:45.4830419Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-27T09:20:45.5029676Z https://github.com/BigscreenVR/spt-bs-core
2026-07-27T09:20:45.5056488Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-27T09:20:45.5060876Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-27T09:20:45.5264755Z HEAD
2026-07-27T09:20:45.5527379Z ##[endgroup]
2026-07-27T09:20:45.5529961Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-27T09:20:45.9778023Z ##[group]Cleaning the repository
2026-07-27T09:20:45.9778948Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-27T09:21:04.6638343Z Removing target/
2026-07-27T09:21:04.6671549Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-27T09:21:04.7884483Z HEAD is now at 9cc23caf Merge 2aae2464dc0b9d13d5fd88bd92164c1697fee777 into 3d9ec73a834bdbbb18e1287d5021dce82c534faf
2026-07-27T09:21:04.7911502Z ##[endgroup]
2026-07-27T09:21:04.7915841Z ##[group]Disabling automatic garbage collection
2026-07-27T09:21:04.7920936Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-27T09:21:04.8164677Z ##[endgroup]
2026-07-27T09:21:04.8165114Z ##[group]Setting up auth
2026-07-27T09:21:04.8171627Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-27T09:21:04.8395251Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-27T09:21:05.2231844Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-27T09:21:05.2524394Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-27T09:21:05.6320783Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-27T09:21:05.6553208Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-27T09:21:06.0588619Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-27T09:21:06.0844161Z ##[endgroup]
2026-07-27T09:21:06.0844777Z ##[group]Fetching the repository
2026-07-27T09:21:06.0852363Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +9cc23caf0958f4254028def3374627ef4a2534bc:refs/remotes/pull/104/merge
2026-07-27T09:21:08.0306694Z ##[endgroup]
2026-07-27T09:21:08.0307372Z ##[group]Determining the checkout info
2026-07-27T09:21:08.0307882Z ##[endgroup]
2026-07-27T09:21:08.0312469Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-27T09:21:08.0589265Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-27T09:21:08.0821576Z ##[group]Checking out the ref
2026-07-27T09:21:08.0825935Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/104/merge
2026-07-27T09:21:08.1243893Z HEAD is now at 9cc23caf Merge 2aae2464dc0b9d13d5fd88bd92164c1697fee777 into 3d9ec73a834bdbbb18e1287d5021dce82c534faf
2026-07-27T09:21:08.1263617Z ##[endgroup]
2026-07-27T09:21:08.1527274Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-27T09:21:08.1756265Z 9cc23caf0958f4254028def3374627ef4a2534bc
